type reflect.funcType

18 uses

	reflect (current package)
		abi.go#L387: func newAbiDesc(t *funcType, rcvr *abi.Type) abiDesc {
		makefunc.go#L21: 	ftyp *funcType
		makefunc.go#L52: 	ftyp := (*funcType)(unsafe.Pointer(t))
		makefunc.go#L107: 	ftyp := (*funcType)(unsafe.Pointer(v.Type().(*rtype)))
		type.go#L331: type funcType = abi.FuncType
		type.go#L598: 	ft := (*funcType)(unsafe.Pointer(mtyp))
		type.go#L1426: 		t := (*funcType)(unsafe.Pointer(T))
		type.go#L1427: 		v := (*funcType)(unsafe.Pointer(V))
		type.go#L1734: 			Type: TypeOf(funcType{}),
		type.go#L1758: 	prototype := *(**funcType)(unsafe.Pointer(&ifunc))
		type.go#L1766: 	ft := (*funcType)(unsafe.Pointer(o.Field(0).Addr().Pointer()))
		type.go#L1842: func funcStr(ft *funcType) string {
		type.go#L2780: 	ftyp *funcType // function signature
		type.go#L2799: func funcLayout(t *funcType, rcvr *abi.Type) (frametype *abi.Type, framePool *sync.Pool, abid abiDesc) {
		value.go#L402: 	t := (*funcType)(unsafe.Pointer(v.typ()))
		value.go#L887: func methodReceiver(op string, v Value, methodIndex int) (rcvrtype *abi.Type, t *funcType, fn unsafe.Pointer) {
		value.go#L904: 		t = (*funcType)(unsafe.Pointer(tt.typeOff(m.Typ)))
		value.go#L917: 		t = (*funcType)(unsafe.Pointer(typeOffFor(v.typ(), m.Mtyp)))